home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vitra Design Museum - 100 Masterpieces
/
Vitra Design Museum - 100 Masterpieces.iso
/
pc
/
data
/
shared.dir
/
00581_next button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-26
|
263 b
|
14 lines
on mouseDown
global TonOnOff
if TonOnOff = 1 then
puppetSound("klick")
end if
repeat while the stillDown
set the castNum of sprite 22 to cast "next button h"
updateStage()
end repeat
if rollOver(22) then
go(the frame + 1)
end if
end